home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set h to the locH of sprite clickOn()
- set v to the locV of sprite clickOn()
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the locH of sprite clickOn() to h + 5
- set the locV of sprite clickOn() to v + 5
- else
- set the locH of sprite clickOn() to h
- set the locV of sprite clickOn() to v
- end if
- updateStage()
- end repeat
- set the locH of sprite clickOn() to h
- set the locV of sprite clickOn() to v
- updateStage()
- end
-
- on mouseUp
- quit()
- end
-